home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / SETUP.EXE / 0 / RCDATA / TSTEP3 / TSTEP3.txt < prev   
Text File  |  1997-04-30  |  4KB  |  167 lines

  1. object Step3: TStep3
  2.   Left = 147
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Setup To'
  7.   ClientHeight = 273
  8.   ClientWidth = 492
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Notebook1: TNotebook
  22.     Left = 0
  23.     Top = 0
  24.     Width = 492
  25.     Height = 273
  26.     Align = alClient
  27.     TabOrder = 0
  28.     object TPage
  29.       Left = 0
  30.       Top = 0
  31.       Caption = 'Page1'
  32.       object Bevel1: TBevel
  33.         Left = 10
  34.         Top = 220
  35.         Width = 471
  36.         Height = 10
  37.         Shape = bsBottomLine
  38.       end
  39.       object Label2: TLabel
  40.         Left = 145
  41.         Top = 205
  42.         Width = 94
  43.         Height = 13
  44.         Caption = 'Diskspace Needed:'
  45.       end
  46.       object Label3: TLabel
  47.         Left = 245
  48.         Top = 205
  49.         Width = 3
  50.         Height = 13
  51.       end
  52.       object GroupBox1: TGroupBox
  53.         Left = 140
  54.         Top = 135
  55.         Width = 341
  56.         Height = 51
  57.         Caption = 'Destination Folder'
  58.         TabOrder = 0
  59.         object Label1: TLabel
  60.           Left = 5
  61.           Top = 20
  62.           Width = 116
  63.           Height = 13
  64.           Caption = 'C:\Program Files\WinNc'
  65.         end
  66.         object Button1: TButton
  67.           Left = 240
  68.           Top = 15
  69.           Width = 90
  70.           Height = 25
  71.           Caption = 'Change &Folder...'
  72.           TabOrder = 0
  73.           OnClick = Button1Click
  74.         end
  75.       end
  76.       object GroupBox2: TGroupBox
  77.         Left = 140
  78.         Top = 5
  79.         Width = 341
  80.         Height = 121
  81.         TabOrder = 1
  82.         object Memo1: TMemo
  83.           Left = 10
  84.           Top = 10
  85.           Width = 301
  86.           Height = 106
  87.           BorderStyle = bsNone
  88.           Color = clBtnFace
  89.           Lines.Strings = (
  90.             'Welcome at Setup')
  91.           ReadOnly = True
  92.           TabOrder = 0
  93.         end
  94.       end
  95.       object Button2: TButton
  96.         Left = 320
  97.         Top = 240
  98.         Width = 75
  99.         Height = 25
  100.         Caption = '&Next >'
  101.         Default = True
  102.         TabOrder = 2
  103.         OnClick = BitBtn2Click
  104.       end
  105.       object Button3: TButton
  106.         Left = 405
  107.         Top = 240
  108.         Width = 75
  109.         Height = 25
  110.         Cancel = True
  111.         Caption = '&Cancel'
  112.         TabOrder = 3
  113.         OnClick = BitBtn1Click
  114.       end
  115.       object Button4: TButton
  116.         Left = 245
  117.         Top = 240
  118.         Width = 75
  119.         Height = 25
  120.         Caption = '< &Back'
  121.         TabOrder = 4
  122.         OnClick = Button4Click
  123.       end
  124.       object Panel1: TPanel
  125.         Left = 10
  126.         Top = 10
  127.         Width = 121
  128.         Height = 211
  129.         BevelOuter = bvNone
  130.         BorderStyle = bsSingle
  131.         Caption = 'Panel1'
  132.         TabOrder = 5
  133.         object Image2: TImage
  134.           Left = 0
  135.           Top = 0
  136.           Width = 117
  137.           Height = 207
  138.           Align = alClient
  139.           AutoSize = True
  140.           Center = True
  141.           Stretch = True
  142.         end
  143.       end
  144.     end
  145.   end
  146.   object Timer1: TTimer
  147.     Enabled = False
  148.     Interval = 100
  149.     OnTimer = Timer1Timer
  150.     Left = 300
  151.     Top = 70
  152.   end
  153.   object DdeClientConv1: TDdeClientConv
  154.     ServiceApplication = 'Explorer'
  155.     DdeService = 'Folders'
  156.     DdeTopic = 'AppProperties'
  157.     ConnectMode = ddeManual
  158.     FormatChars = True
  159.     OnOpen = DdeClientConv1Open
  160.     Left = 270
  161.     Top = 70
  162.     LinkInfo = (
  163.       'Service Folders'
  164.       'Topic AppProperties')
  165.   end
  166. end
  167.